Home / Build / Build your Issuer
Build your Issuer
Overview
The Issuer is an implementation of the PID and (Q)EAA Provider service, supporting the OpenID4VCI (draft 13) protocol.
The service provides, by default, support for mso_mdoc and SD-JWT-VCformats, for the following credentials:
| Credential/Attestation | Format |
|---|---|
| PID | mso_mdoc |
| PID(sample) | SD-JWT-VC |
| mDL | mso_mdoc |
| mDL | SD-JWT-VC |
For authenticating the user, it requires the use of an eIDAS node, an OAUTH2 server or a simple form (for testing purposes).
OpenId4VCI Coverage
This version of the Issuer supports the OpenId for Verifiable Credential Issuance (draft 13) protocol with the following coverage:
| Feature | Coverage |
|---|---|
| Authorization Code flow | ✅ Support for PAR, PKCE, credential configuration id, scope |
| Pre-authorized code flow | ✅ |
| Dynamic Credential Request | ✅ |
| mso_mdoc format | ✅ |
| SD-JWT-VC format | ✅ |
| W3C VC DM | ❌ |
| Token Endpoint | ✅ |
| Credential Offer | ✅ authorization_code, ✅ pre-authorized_code |
| Credential Endpoint | ✅ Including proofs and repeatable invocations |
| Credential Issuer MetaData | ✅ |
| Batch Endpoint | ✅ |
| Deferred Endpoint | ✅ |
| Proof | ✅ JWT, ✅ CWT |
| Notification Endpoint | ✅ |
You can use the Issuer at https://issuer.eudiw.dev/, or install it locally.